home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 2005 March / Macworld CD March 2005 - Marathon Trilogy.iso / Shareware World / Graphics / Chartsmith.dmg.sit / Chartsmith.dmg / Chartsmith / Chartsmith.app / Contents / Resources / ArrowStart.tiff < prev    next >
Encoding:
Text File  |  2004-03-16  |  1.2 KB  |  35 lines

  1.   IBClasses = (
  2.         {
  3.             ACTIONS = {
  4.                 addRow = id; 
  5.                 addSeriesColumn = id; 
  6.                 changeFamilyType = id; 
  7.                 deleteRow = id; 
  8.                 deleteSeriesColumn = id; 
  9.                 getDataFillPanel = id; 
  10.                 putChartSubTitle = id; 
  11.                 putChartTitle = id; 
  12.                 putGridState = id; 
  13.                 putLegendState = id; 
  14.                 putShowSubtitle = id; 
  15.                 putShowTitle = id; 
  16.                 putShowXAxisLabel = id; 
  17.                 putShowY2AxisLabel = id; 
  18.                 putShowYAxisLabel = id; 
  19.                 putXAxisLabel = id; 
  20.                 putY2AxisLabel = id; 
  21.                 putY2AxisState = id; 
  22.                 putYAxisLabel = id; 
  23.                 selectAll = id; 
  24.                 selectLabelsOnly = id; 
  25.                 setAutomaticRecalc = id; 
  26.                 toggleYAxisForSeries = id; 
  27.             }; 
  28.             CLASS = ChartSpecifier; 
  29.             LANGUAGE = ObjC; 
  30.             OUTLETS = {
  31.                 addColButton = id; 
  32.                 addRowButton = id; 
  33.                 autoRecalcButton = id; 
  34.                 chartSubTitle = id; 
  35.